tests/lzma: Use GRand over random()
authorColin Walters <walters@verbum.org>
Mon, 31 Jul 2017 13:31:55 +0000 (09:31 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 2 Aug 2017 15:34:16 +0000 (15:34 +0000)
commit5daae8629e84444879e7c94ccc990b7b906c58a6
tree676bba561159c97e0a47f5e72b4bc4361ae80a86
parent78348fa296dc03c366a08f40aaa90565f5743158
tests/lzma: Use GRand over random()

It's designed for test suites and non-critical random uses like this. This
silences a Coverity warning about weak randomness.

Closes: #1037
Approved by: jlebon
tests/test-lzma.c